func text/template.goodFunc

4 uses

	text/template (current package)
		exec.go#L790: 	if err := goodFunc(name, typ); err != nil {
		funcs.go#L96: 		if err := goodFunc(name, v.Type()); err != nil {
		funcs.go#L112: func goodFunc(name string, typ reflect.Type) error {
		funcs.go#L331: 	if err := goodFunc(name, typ); err != nil {